[PV-on-HVM] blkfront: use %Lu instead of %llu to xenbus_gather.
authorIan Campbell <ian.campbell@xensource.com>
Tue, 2 Jan 2007 14:19:47 +0000 (14:19 +0000)
committerIan Campbell <ian.campbell@xensource.com>
Tue, 2 Jan 2007 14:19:47 +0000 (14:19 +0000)
commit3c4b2d4c00fd0dcb2d8044c6efa0ce46c234639a
treedd8744823efaadf84ac2f20af06fe54f6c26f81c
parentf46cd72592dbc68e6a8fd2bde1b44eb5a41583e4
[PV-on-HVM] blkfront: use %Lu instead of %llu to xenbus_gather.

The 'll' length modifier is not available with scanf (and therefore
xenbus_gather) on older kernel versions so use 'L' which is available at
least back to 2.6.5.

Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c